Motion.GetCamTable method

Gets the information of a cam table.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<McCamTable> GetCamTable(
       int Index
)
Public Function GetCamTable(
       Index As Integer
) As KsReturn(Of McCamTable)

Parameters

Index [in]

Type: int

The index of an axis. Indexes are zero based. Aliases affect this parameter.

Return value

Type: KsReturn<McCamTable>

Returns a KsError code and an McCamTable value.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.Local.Api Namespace